configuration / chassis0 / slots / [SLOT-ID] / [gps167] / module

CLI REST-API

refclk-version

Refclock File Version Number
This is a read-write object and valid values are strings.

Datatype-Help:
value must be a string.



Applies to modules


GPS167
GPS167SV
GPS170
GPS180
GNS181_UC
GPS190
GNS181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/baudrate
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/framing
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/mode
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/string-type

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module


Example using curl:
curl /api/configuration/chassis0/slots/.*/module


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module
Body:
{
  "refclk-version": "Meinberg"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module -d
{
  "refclk-version": "Meinberg"
}